Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Shadow-Receiving Styles


Q3ReceiveShadowsStyle_Submit

You can use the Q3ReceiveShadowsStyle_Submit function to submit a shadow-receiving style in immediate mode.

TQ3Status Q3ReceiveShadowsStyle_Submit (
TQ3Boolean receives, 
TQ3ViewObject view);
receives
A Boolean value that determines whether objects in the scene receive shadows (kQ3True) or do not receive shadows (kQ3False).
view
A view.
DESCRIPTION
The Q3ReceiveShadowsStyle_Submit function sets the shadow-receiving style of the view specified by the view parameter to the style specified by the receives parameter.

SPECIAL CONSIDERATIONS
You should call Q3ReceiveShadowsStyle_Submit only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996